login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A370250 Numbers k such that the sum of the digits times the square of the sum of the fourth powers of the digits equals k. 0
0, 1, 5873656512, 7253758561, 29961747275 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
There are exactly 5 such numbers (Property 17 of Clerc).
LINKS
EXAMPLE
7253758561 = (7+2+5+3+7+5+8+5+6+1)*(7^4 + 2^4 + 5^4 + 3^4 + 7^4 + 5^4 + 8^4 + 5^4 + 6^4 + 1^4)^2 = 49*148035889 = 7253758561.
PROG
(PARI) niven142(k) = my(d=digits(k)); vecsum(d)*sum(i=1, #d, d[i]^4)^2 == k;
for(k=0, 10^12, if(niven142(k)==1, print1(k, ", ")))
CROSSREFS
Sequence in context: A344738 A113644 A234059 * A032433 A225036 A104830
KEYWORD
nonn,base,fini,full
AUTHOR
René-Louis Clerc, Feb 13 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 30 15:50 EDT 2024. Contains 372136 sequences. (Running on oeis4.)